home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 February / CMCD0205.ISO / Software / Demo / Chimie / interfata.swf / scripts / DefineButton2_180 / BUTTONCONDACTION on(press).as next >
Text File  |  2005-01-03  |  175b  |  8 lines

  1. on(press){
  2.    gotoAndStop(3);
  3.    fscommand("hideAll");
  4.    _parent._parent.nav._visible = true;
  5.    _parent._parent.asist._visible = true;
  6.    _parent._visible = false;
  7. }
  8.